Welcome![Sign In][Sign Up]
Location:
Search - socket ftp

Search list

[Ftp Clientac_ftp .zip

Description: 使用socket写的ftp客户端
Platform: | Size: 37688 | Author: | Hits:

[assembly languageExampleAsmCode

Description: Base64 demonstrates how easy it is to decipher plaintext usernames and passwords. Never login to a public network resource unless some type of encryption is being used, secure socket layer is one example. Most FTP sites also use plaintext passwords.-Base64 demonstrates how easy it is to decip her plaintext usernames and passwords. Never l ogin to a public network resource unless some ty pe of encryption is being used. secure socket layer is one example. Most FTP sit es also use plaintext passwords.
Platform: | Size: 611832 | Author: gogo | Hits:

[WinSock-NDISFtpTestw1

Description: 每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现
Platform: | Size: 1848 | Author: 方波 | Hits:

[Ftp Clientwebftp2.3

Description: 小巧的FTP客户端源代码 能实现简单的文件传输功能 利用底层socket建立传送通道-compact FTP client source code to the simple file transfer capabilities to build the underlying socket transmission Corridor
Platform: | Size: 205881 | Author: jhgiuyds | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C + + is difficult to control and the interactive shell, and not informed of the error code error, Using C + + tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4704 | Author: sl | Hits:

[Ftp ServerFTPsever_c++.net

Description: 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
Platform: | Size: 241131 | Author: 林林 | Hits:

[ICQ-IM-ChatCSharpFileTran

Description: 不错的基于socket编程的点对点CSharp开发的文件传输,不是FTP形式的。-good socket programming based on the point-to-point CSharp development of the document transmission, FTP is not the form.
Platform: | Size: 18022 | Author: honpher | Hits:

[WinSock-NDISServer_Ftp

Description: 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
Platform: | Size: 19391 | Author: wu | Hits:

[Ftp Serversocket_programing_ftp_serv

Description: network socket programing. ftp服务器程序,有USER,PASS,PASV,PORT,LIST,RETR命令,在telnet下可以调试。-network socket programing. Ftp server, have USER, PASS, PASV, PORT, LIST, RETR command, In telnet can be debugging.
Platform: | Size: 3478 | Author: jinghe | Hits:

[OtherFTP

Description: 基于Socket 阻塞模式的多线程FTP客户端 (控制台界面)+ FTP客户端(有界面) -FTP socket
Platform: | Size: 22131712 | Author: name | Hits:

[Internet-NetworkSocket

Description: FTP,UDP编程,通过自己写的C代码实现FTP的client和server功能-FTP, UDP programming, through their writing C code to achieve the FTP client and server functions
Platform: | Size: 452608 | Author: 祁丹蕊 | Hits:

[Internet-NetworkFTP.tar

Description: 概要设计:基于TCP/IP可靠的点对点传输协议,通过网络编程实现服务器和客户端的数据传输。 详细设计: 首先建立SOCKET套接字,绑定端口号和相应的IP,客户端首先向服务器发送GET filename,服务器收到这个命令后解析filename并遍历相应的目录并与之匹配,若没有找到则打印错误信息,如果找到则把相应的文件发送给客户端。 若客户端向服务器发送LIST命令,服务器收到命令后遍历自己的目录并输出目录名发送到客户端,客户端接受到之后并打印输出到终端。-this is a demo for FTP
Platform: | Size: 8192 | Author: 姚松柏 | Hits:

[Sniffer Package captureftp

Description: 捕获ftp用户名和密码的小程序,使用windows socket编程-Capture ftp user name and password of small programs, the use of windows socket programming
Platform: | Size: 4096 | Author: 杨泽宇 | Hits:

[Internet-Networkftp

Description: 简易版的ftp,socket网络编程例子,工程化编写,严格区分src,head,makefile生成可执行文件。-翻译 简易版的ftp,socket网络编程例子,工程化编写,严格区分src,head,makefile生成可执行文件。 56/5000 Jiǎnyì bǎn de ftp,socket wǎngluò biānchéng lìzi, gōngchéng huà biānxiě, yángé qūfēn src,head,makefile shēngchéng kě zhíxíng wénjiàn. Simple version of the ftp, socket network programming examples, engineering, strict distinction between src, head, makefile generate executable files.
Platform: | Size: 2249728 | Author: 殷晟 | Hits:

[OtherFile_Downloader

Description: This File-Downloader downloads any file from HTTP. The Downloader supports the "302 Moved" Header which makes it easier for people to Download files that are redirecting before the download actually starts. Its also calculating stats like Speed, Remaining Time (hh:mm:ss). It should be the perfect code that shows how to download files from HTTP. Before i forget it, its using Sockets no Inet control because with Inet control you have less dynamic than Socket. FTP is right now NOT supported, maybe i will add it anytime, ftp is not that easy for file downloads. You can of couse vote if you like this code.
Platform: | Size: 16384 | Author: msnv | Hits:

[Windows DevelopFTPclient

Description: 使用QT5 实现的FTP工具,里面还有tcp通信。实现的功能是局域网文件传输,可自定义传输控制协议(Using QT5 implementation of the FTP tool, there are TCP communications. The realization of the function is LAN file transfer, you can customize the transmission control protocol)
Platform: | Size: 37484544 | Author: xiaolihehehe | Hits:

[Ftp ServerFTPshixian

Description: 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)
Platform: | Size: 258048 | Author: 黄小仙1992 | Hits:

[WEB Code5

Description: 本程序系thinkphp内核开发的QQ空间导购应用将腾讯导购,应用文件夹内全部文件用ftp二进制上传到空间,在应用里正常显示需要空间支持PHP socket组件(This program is the QQ space guide purchase application developed by the ThinkPHP kernel, which will guide the purchase of the Tencent. All the files in the application folder are uploaded to the space by FTP binary. In the application, the normal display needs space to support the PHP socket component)
Platform: | Size: 1633280 | Author: 24twefsd | Hits:

[Ftp Clientftp客户端

Description: 基于VC 6.0 ++编写的ftp客户端,可以实现上传,下载文件.使用socket套接字,使用图形界面
Platform: | Size: 1965435 | Author: 121557843@qq.com | Hits:

[File OperateFTP SERVER AND CLIENT

Description: Implement FTP VIA SOCKET
Platform: | Size: 138091 | Author: 673661294@qq.com | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

CodeBus www.codebus.net